home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / bin / ps2pdf13 < prev    next >
Encoding:
Text File  |  2006-11-28  |  171 b   |  6 lines

  1. #!/bin/sh
  2. # $Id: ps2pdf13 6300 2005-12-28 19:56:24Z giles $
  3. # Convert PostScript to PDF 1.3 (Acrobat 4-and-later compatible).
  4.  
  5. exec ps2pdfwr -dCompatibilityLevel=1.3 "$@"
  6.